home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / nftp083.zip / NFTP.I < prev    next >
Text File  |  1996-08-09  |  13KB  |  427 lines

  1. ;
  2. ; Note: logical values may be specified as 0/1 or yes/no.
  3. ;
  4. [network]
  5. ;
  6. ; your name for anonymous transfers
  7. ;
  8. ;anonymous-name=anonymous
  9. ;
  10. ; your password for anonymous logins. Insert your e-mail address here
  11. ;
  12. anonymous-password="your-e-mail-address"
  13. ;
  14. ; new since 0.51
  15. ;
  16. ; default ftp port. do not change unless you're know what are you doing.
  17. ; To make this feature useful create special directories for sites with
  18. ; nonstandard ports and set 'default-port' in them, not in general nftp.ini:
  19. ; nftp will look for initialization file in the current directory first,
  20. ; then in the path
  21. ;
  22. ;default-port=21
  23. ;
  24. ; new since 0.80
  25. ;
  26. ; interval (in seconds) between retries when anonymous login failed. 
  27. ; set to 0 to disable retries. default is 5 minutes
  28. ;
  29. ;login-retry=300
  30.  
  31.  
  32. ; new since 0.80
  33. ;
  34. [firewalling]
  35. ;
  36. ; The firewall descriptions below are taken from WS_FTP docs.
  37. ;
  38. ; your firewall type:
  39. ; 0 - no firewalling (default)
  40. ; 1 - SITE hostname
  41. ;        Firewall host, userid and password are required.
  42. ;        User is logged on the firewall and the remote connection is
  43. ;        established using SITE remote_host.
  44. ; 2 - USER after logon
  45. ;        Firewall host, userid and password are required.
  46. ;        User is logged on the firewall and the remote connection is
  47. ;        established using USER remote_userid@remote_host
  48. ; 3 - USER with no logon
  49. ;        Firewall host required, userid and password are ignored.
  50. ;        USER remote_userid@remote_host is sent to firewall upon initial 
  51. ;        connection.
  52. ; 4 - Proxy OPEN
  53. ;        Firewall host required, userid and password are ignored.  
  54. ;        OPEN remote_host is sent to firewall upon initial connection.
  55. ;
  56. ;firewall-type=0
  57. ;
  58. ;firewall-host=
  59. ;
  60. ;firewall-login=
  61. ;
  62. ;firewall-password=
  63. ;
  64. ;firewall-port=
  65. ;
  66. ;  There is another kind of firewall, which is not specifically 
  67. ;  configured. A router-based firewall is one which allows connections 
  68. ;  to be established in one direction only.  The router itself is
  69. ;  invisible to the user.  However, the default mode within FTP is
  70. ;  that "data" connections are established by the server rather than
  71. ;  the client.  To work with a router-based firewall requires using
  72. ;  the PASV Mode of FTP.
  73. ;
  74. ;use-PASV-mode=0
  75.  
  76.  
  77. ;-----------------------------------------------------------------------
  78. ;  Owner identification
  79. ;
  80. [registration]
  81. ;
  82. ; Your registration name (specify exactly as typed in registration 
  83. ; form); enclose into double quotes
  84. name=
  85. ;
  86. ; Your registration code; enclose into double quotes. If you're
  87. ; running unregistered version, set this parameter to empty value.
  88. code=
  89. ;
  90. ; If you're running unregistered and hate those warnings about
  91. ; registration, set this parameter to 0 -- you'll no longer see
  92. ; warnings. Of course, files larger than 500KB will be still unreachable.
  93. message=1
  94.  
  95. ;-----------------------------------------------------------------------
  96.  
  97. [options]
  98. ;
  99. ; dereference symlinks on server. Setting to 0 is not recommended
  100. ;
  101. ;dereference-links=1
  102. ;
  103. ; Include files starting with "." into list ?
  104. ;
  105. ;show-dotted=1
  106. ;
  107. ; Debugging. Do not set to 1 unless nftp goes crazy. Produces huge logs
  108. ;
  109. ;debug=0
  110. ;
  111. ; whether to beep at the end of transfer
  112. ;
  113. ;transfer-bell=1
  114. ;
  115. ; whether to beep when logged in
  116. ;
  117. ;login-bell=1
  118. ;
  119. ; whether to pause at transfer stats screen at the end of transfer
  120. ;
  121. ;transfer-pause=1
  122. ;
  123. ; whether to log transfers. Pretty useful option to keep history and
  124. ; statistics
  125. ;
  126. ;log-transfers=1
  127. ;
  128. ; name of transfer log. This may be global file (one for several instances
  129. ; of nftp running simultaneously).
  130. ;
  131. log-transfers-name=".\nftp.fls"
  132. ;
  133. ; whether to ask to save current host/dir as bookmark at logoff.
  134. ; Do you remember that nCftp does this always?
  135. ;
  136. ;save-bookmark-at-logoff=0
  137. ;
  138. ; where to save bookmark information. This may be global file (one for
  139. ; several instances of nftp).
  140. ;
  141. bookmarks-file=".\nftp.mrk"
  142. ;
  143. ; external program invoked by Alt-F3. Substitute your favourite viewer/editor
  144. ;
  145. ;text-viewer="tedit.exe"
  146. ;
  147. ; whether to switch to Control Connection Window automatically when
  148. ; sending commands to server
  149. ;
  150. ;auto-switch-to-control=0
  151. ;
  152. ; next items are new since 0.5
  153. ;
  154. ; default directory sort.
  155. ; 0-unsorted, 1-by name, 2-by ext, 3-by size, 4-by time
  156. ;
  157. ;default-sort=0
  158. ;
  159. ; new since 0.70
  160. ;
  161. ; if this parameter is set, nftp will change into this directory
  162. ; after start
  163. ;
  164. ;default-download-path=
  165. ;
  166. ; default view of remote directory. 1 - raw (as supplied by server),
  167. ; 2 - parsed (owner/group removed)
  168. ;
  169. ;default-dir-mode=1
  170. ;
  171. ; new since 0.80
  172. ;
  173. ; whether to set time/date of retrieved file to original values
  174. ; (as stored on server)
  175. ;
  176. ;preserve-timestamp=yes
  177.  
  178. ; Colours are hexadecimal. First digit - foreground, second - background
  179. ; Add 80 to blink
  180. ;
  181. ; Fore             Fore                Back
  182. ; 00 black         08 darkgrey         00 black
  183. ; 01 blue          09 light blue       10 blue
  184. ; 02 green         0a light green      20 green
  185. ; 03 cyan          0b light cyan       30 cyan
  186. ; 04 red           0c light red        40 red
  187. ; 05 magenta       0d light magenta    50 magenta
  188. ; 06 brown         0e yellow           60 brown
  189. ; 07 grey          0f white            70 grey
  190.  
  191. [colours]
  192. ;
  193. ; ----- File Listing -------------------------------------------
  194. ;
  195. ; cursor pointing to marked directory (not used) (default: yellow on cyan)
  196. ;pointer-marked-dir=3e
  197. ;
  198. ; cursor pointing to marked file (default: yellow on cyan)
  199. ;pointer-marked=3e
  200. ;
  201. ; cursor pointing to directory (default: lightgreen on cyan)
  202. ;pointer-dir=3a
  203. ;
  204. ; cursor pointing to file (default: black on cyan)
  205. ;pointer=30
  206. ;
  207. ; marked directory (not used) (default: yellow on black)
  208. ;marked-dir=0e
  209. ;
  210. ; marked file (default: yellow on black)
  211. ;marked=0e
  212. ;
  213. ; directory (default: green on black)
  214. ;dir=02
  215. ;
  216. ; file (default: grey on black)
  217. ;regular-file=07
  218. ;
  219. ; ----- Dialog windows ------------------------------------------
  220. ;
  221. ; dialog window (default: grey on blue)
  222. ;dialog-box-text=17
  223. ;
  224. ; selected element in a dialog window (default: white on grey)
  225. ;dialog-box-selected=7f
  226. ;
  227. ; entry field (default: black on cyan)
  228. ;dialog-box-entryfield=30
  229. ;
  230. ; dialog window containing important information (default: grey on red)
  231. ;dialog-box-text-warn=47
  232. ;
  233. ; ----- Control Connection Window ------------------------------
  234. ;
  235. ; window header (default: grey on blue)
  236. ;controlconn-header=17
  237. ;
  238. ; server messages and responces (default: grey on black)
  239. ;controlconn-respline=07
  240. ;
  241. ; command which was sent to server (default: lightgreen on black)
  242. ;controlconn-command=0a
  243. ;
  244. ; comment (actually not a part of control connection) (default: lightred on black)
  245. ;controlconn-comment=0c
  246. ;
  247. ; ------ Bookmarks ------------------------------------------------
  248. ;
  249. ; bookmark window (default: black on grey)
  250. ;bookmark-background=70
  251. ;
  252. ; cursor (default: black on cyan)
  253. ;bookmark-pointer=30
  254. ;
  255. ; ------ Built-in File Viewer -----------------------------------
  256. ;
  257. ; file contents (default: grey on black)
  258. ;viewer-text=07
  259. ;
  260. ; status line (default: black on cyan)
  261. ;viewer-header=30
  262. ;
  263. ; string found in the text (default: bright-red on black)
  264. ;viewer-foundtext=0c
  265. ;
  266. ; -------- Miscellaneous ---------------------------------------
  267. ;
  268. ; status lines on remote directory (no. of files, no. of bytes, 
  269. ; current host/directory etc.) (default: grey on blue)
  270. ;status=17
  271. ;
  272. ; status lines on local directory (no. of files, no. of bytes, 
  273. ;  current host/directory etc.) (default: white on blue)
  274. ;status-local=1f
  275. ;
  276. ; file transfer panel (default: grey on blue)
  277. ;transfer-status=17
  278. ;
  279. ; help viewer (default: black on cyan)
  280. ;help=30
  281. ;
  282.  
  283. ; Key definitions. Please note that keys should NEVER overlap, i.e. there are
  284. ; no keystrokes which act differently in different modes. You can assign
  285. ; several keystrokes to the same action; separate them by commas, e.g.:
  286. ;    enter-directory=enter,ctrl-pgdn
  287. ;
  288. ; Do not assign character keys like 'a', '4', arrow keys, Esc.
  289. ;
  290. ; Some keys (e.g., ctrl-ampersand) do not work at all; don't be surprised.
  291. ; Valid combinations are listed in the manual.
  292. ;
  293. ; Three-key combinations (like Ctrl-Shift-Left) cannot be used.
  294. ;
  295. ; Recommended assignments are alt-something, ctrl-something, f1-f12.
  296. ;
  297. ; Many default key assignments were borrowed from Norton Commander
  298. ; and File Commander/2.
  299. ;
  300. ; Default keystrokes still perform the same functions if not assigned.
  301. ; To bind a key to nothing, list it in "nothing=" line.
  302. ;
  303. ; Available key names are (they are not case-sensitive, except standalone
  304. ; character keys like 'a' and 'A'):
  305. ;
  306. ; All these parameters are of type 'string' and can take more than
  307. ; one value. Separate values by comma. Quotes aren't needed because
  308. ; key names do not contain special characters.
  309. ;
  310. ; backspace tab enter esc lrbracket([) rrbracket(]) minus plus space
  311. ; semicolon apostrophe backapostrophe backslash comma period slash
  312. ; colon doublequote lcbracket({) rcbracket(}) questionmark lessthan
  313. ; greaterthan underline equalsign lparenth"(" rparenth")" ampersand vertline(|)
  314. ; percentsign caret(^) dollar grate(#) at(@) exclamation approx(~)
  315. ; asterisk f1..f12 insert delete home end pgup pgdn numslash numasterisk
  316. ; numminus numplus numenter left right up down gold('5' on numeric keypad)
  317. ; a..z A..Z 0..9
  318. ;
  319. ; Uncomment and change value to customize
  320.  
  321. [keys]
  322.  
  323. ;; binds key to "no action"
  324. ;nothing=
  325.  
  326. ;; switches between file manager and control connection. default: space
  327. ;switch-to-cc=space
  328. ;; switches between local and remote file view. default: tab
  329. ;switch-local-remote=tab
  330. ;; switches to raw directory view
  331. ;directory-mode-raw=ctrl-w
  332. ;; switches to parsed directory view
  333. ;directory-mode-parsed=ctrl-p
  334.  
  335. ;; send command to ftp server verbatim. default: alt-q
  336. ;quote=alt-q
  337. ;; save current remote directory as bookmark. default: f4
  338. ;save-bookmark=f4
  339. ;; exit NFTP. default: f10
  340. ;exit=f10
  341. ;; log off. default: ctrl-k
  342. ;logoff=ctrl-k
  343.  
  344. ;; switches autoswitching to control connection on/off. default: alt-f
  345. ;autocontrol=ctrl-a
  346. ;; redraws screen (do not re-reads remote directory). default: ctrl-d
  347. ;screen-redraw=ctrl-d
  348.  
  349. ;; log in to server from bookmark list. default: ctrl-b
  350. ;bookmarks=ctrl-b
  351. ;; log in to anonymous ftp server, enter server name. default: ctrl-l
  352. ;login-anonymous=ctrl-l
  353. ;; log in to private ftp server, enter server name/login/password. default: ctrl-n
  354. ;login_named=ctrl-n
  355. ;; switches transfer mode between ASCII/BINARY. default: ctrl-t
  356. ;change-transfer-mode=ctrl-t
  357. ;; enter remote directory name and change into it. default: alt-c
  358. ;change-directory=alt-c
  359. ;; send NO OPERATION command. default: alt-n
  360. ;noop=alt-n
  361. ;; switches between NLST with flags/LIST commands. default: alt-f
  362. ;useflags=alt-f
  363.  
  364. ;; download file(s). default: f5
  365. ;download=f5
  366. ;; upload file(s). default: shift-f5
  367. ;upload=shift-f5
  368. ;; download all marked files in all directories. default: alt-f5
  369. ;download-all-dirs=alt-f5
  370. ;; save listing of current directory. default: alt-s
  371. ;save-listing=alt-s
  372.  
  373. ;; view file with internal viewer. default: f3
  374. ;view-int=f3
  375. ;; view file with external viewer. default: alt-f3
  376. ;view-ext=alt-f3
  377. ;; delete file/directory. default: f8
  378. ;delete=f8
  379. ;; create directory. default: f7
  380. ;mkdir=f7
  381. ;; rename file/directory. default: f6
  382. ;rename=f6
  383.  
  384. ;; sort file list by name. default: ctrl-f3
  385. ;sort-name=ctrl-f3
  386. ;; sort file list by extension. default: ctrl-f4
  387. ;sort-ext=ctrl-f4
  388. ;; sort file list by time. default: ctrl-f5
  389. ;sort-time=ctrl-f5
  390. ;; sort file list by size. default: ctrl-f6
  391. ;sort-size=ctrl-f6
  392. ;; make file list to be unsorted (as supplied by server). default: ctrl-f7
  393. ;sort-unsort=ctrl-f7
  394. ;; reverse sort order. default: ctrl-f8
  395. ;sort-reverse=ctrl-f8
  396.  
  397. ;; enter into the directory under cursor. default: enter, ctrl-pgdn
  398. ;enter-directory=enter,ctrl-pgdn
  399. ;; go to the root directory. default: ctrl-backslash
  400. ;go-root=ctrl-backslash
  401. ;; go to the directory one level up ("cd .."). default: ctrl-pgup
  402. ;go-up=ctrl-pgup
  403. ;; re-read directory. default: ctrl-r
  404. ;reread=ctrl-r
  405. ;; change local drive. default: f2
  406. ;change-local-drive=f2
  407.  
  408. ;; mark file for downloading/uploading/deleting. default: insert
  409. ;select=insert
  410. ;; mark all files in the current directory. default: ctrl-numplus
  411. ;select-all=ctrl-numplus
  412. ;; unmark all files in the current directory. default: ctrl-numminus
  413. ;deselect-all=ctrl-numminus
  414. ;; mark files by user-specified filter. default: plus
  415. ;select-by-filter=plus
  416. ;; unmark files by user-specified filter. default: minus
  417. ;deselect-by-filter=minus
  418. ;; invert selection, default: numasterisk
  419. ;invert-selection=numasterisk
  420. ;; mark all files in all visited directories. default: alt-numplus
  421. ;select-alldirs=alt-numplus
  422. ;; unmark all files in all visited directories. default: alt-numminus
  423. ;deselect-alldirs=alt-numminus
  424.  
  425. ; end of nftp.ini
  426.  
  427.